home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / wist33.wid < prev    next >
Encoding:
Text File  |  1988-05-03  |  4.0 KB  |  87 lines

  1. --= WID = SIMTEL20 Ada Software Repository Item Description File = WID =--
  2. -- WIS TOOL NUMBER   : WIS_TOOL_33
  3. -- LOCATION          : ASR
  4. -- CATEGORY LEVEL 1  : MATH
  5. -- CATEGORY LEVEL 2  : Library
  6. -- CATEGORY LEVEL 3  : Trig/Exponential 2
  7. -- CATEGORY LEVEL 4  : 
  8. -- INDEX             : Math
  9. -- INDEX             : Math Functions
  10. -- INDEX             : Functions, Math
  11. -- TAXONOMY          : !Joint Applications!Plan and Optimize!Math Library 2
  12. -- DEPENDENCIES      : 
  13. -- SEE ALSO          : 
  14. --= ABSTRACT             ===============================================--
  15. --  1. TOOL NAME        : Math Library
  16. --  2. TOOL NUMBER      : 33-1
  17. -- 
  18. --  3. CONTRACTOR       :
  19. --  3a      CONTRACT #   : Not Applicable
  20. --  3b      NAME         : WIS JPMO
  21. --  3c      LOCATION     : Washington, D. C. 
  22. --                         203306600
  23. --  3d      POC          : Major Terry Courtwright
  24. --                         (703) 285-5065
  25. -- 
  26. --  4. TOOL DESCRIPTION : This package is a floating mantissa definition
  27. --          of a binary FLOAT.  It was first used on the DEC-10 and the 
  28. --          VAX but should work for any since the parameters are obtained
  29. --          by initializing on the actual hardware. Otherwise the parameters
  30. --          could be set in the spec if known.  This is a preliminary package
  31. --          that defines the properties of the particular floating point type
  32. --          for which we are going to generate the math routines. 
  33. --    
  34. --          The constants are those required by the routines described in
  35. --          "Software Manual for the Elementary Functions" by W. Cody and 
  36. --          W. Waite, Prentice-Hall 1980.  Actually, most are needed only for
  37. --          the test programs rather than the functions themselves.  Most of
  38. --          these could be in the form of attributes if all the floating types
  39. --          to be considered were those built into the compiler, but we also
  40. --          want to be able to support user defined types such as software
  41. --          floating types of greater precision than the hardware affords, or
  42. --          types defined on one machine to simulate another.
  43. -- 
  44. --  5. SCHEDULE          :
  45. --  5a      PDR/CDR      : 
  46. --  5b      DELIVERY     : Available 
  47. --  5c      DISTRIBUTION : GTE, NOSC, SIMTEL20
  48. --  
  49. --  6. CHARACTERISTICS   :
  50. --  6a      DEVELOPMENT APPROACH : Code in Ada
  51. --  6b      HOST MACHINE     : Wicat
  52. --  6c      OPERATING SYSTEM : ROS
  53. --  6d      COMPILER         : Telesoft 1.3 (unvalidated)
  54. --  6e      DEPENDENCIES     :
  55. --  6f      NUMBER OF STATEMENTS : 956
  56. -- 
  57. --  7. DOCUMENTATION    : Ada source code
  58. --  8. PORTABILITY      : Compiled on VMS with DEC Ada, execution not tested.
  59. -- 
  60. --  9. WIS USE          :
  61. --  9a FOUNDATION AREA  : Plan and Optimize
  62. --  9b WIS USE AREA     : Joint Applications
  63. -- 10. COMMENTS         :
  64. -- 11. LAST CHANGE TO DATA : 21 March 1986.
  65. --= FILE LISTING         ===============================================--
  66. -- FILE SPECS        : PD:<ADA.MATH>MLIB2*.*
  67. -- DIRECTORY DISPLAY :
  68. -- Directory   PD:<ADA.MATH>
  69. --      File Name     Byte Count  Line Count
  70. --   ---------------  ----------  ----------
  71. --   MLIB2.CMM              1212          41
  72. --   MLIB2.PRO              4601          91
  73. --   MLIB2.SRC             47299        1645
  74. --   ===============  ==========  ==========
  75. --     3 Files             53112        1777
  76. --= DISCLAIMER           ===============================================--
  77. --     This software and its documentation are provided "AS IS" and
  78. -- without any expressed or implied warranties whatsoever.  No warranties
  79. -- as to performance, merchantability, or fitness for a particular
  80. -- purpose exist.
  81. --     The user is advised to test the software thoroughly before
  82. -- relying on it.  The user must assume the entire risk and liability of
  83. -- using this software.  In no event shall any person or organization of
  84. -- people be held responsible for any direct, indirect, consequential or
  85. -- inconsequential damages or lost profits.
  86. --======================================================================--
  87.